chore: sync workflow templates - #604
Closed
stranske wants to merge 1 commit into
Closed
Conversation
Automated sync from stranske/Workflows Template hash: 7f8e97bb187c Changes synced from sync-manifest.yml
Contributor
Contributor
🤖 Keepalive Loop StatusPR #604 | Agent: Codex | Iteration 0/5 Current State
🔍 Failure Classification| Error type | infrastructure | |
Contributor
Keepalive Work Log (click to expand)
|
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs workflow templates from stranske/Workflows, expanding weekly metrics/coverage telemetry and making artifact aggregation more structured (including JSON contracts) to support downstream reporting and enforcement.
Changes:
- Extend weekly metrics aggregation to enrich records with artifact/source metadata, emit a JSON contract, and include detailed parse-error reporting.
- Update weekly metrics workflow artifact download layout (name/id directories) and upload the new JSON summary output.
- Expand terminal-disposition and bot-auth coverage scripts with additional contract fields (priority-family statuses, verifier model compatibility checks, reusable-wrapper organic evidence handling).
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
scripts/aggregate_agent_metrics.py |
Enriches metrics with artifact/source metadata, records structured parse errors, adds verifier model metadata stats, and writes a JSON summary contract. |
.github/workflows/agents-weekly-metrics.yml |
Downloads artifacts into artifacts/<name>/<id>/..., runs aggregation with JSON output, and uploads the new JSON artifact. |
.github/workflows/agents-bot-comment-handler.yml |
Adds wrapper terminal-disposition emission + artifact upload and exposes a skip_reason output. |
.github/workflows/agents-81-gate-followups.yml |
Switches jq invocation to compact/null-input mode (-cn). |
.github/scripts/weekly_metrics_artifacts.js |
Adds reporting for missing priority families and per-family selection statuses in the artifact selection report/markdown. |
.github/scripts/terminal_disposition_coverage.js |
Adds verifier-model compatibility reporting, enriches artifact selection normalization, and renders additional markdown tables. |
.github/scripts/terminal_disposition.js |
Extends normalized terminal disposition records with llm_model, model_selection_reason, and verifier_mode. |
.github/scripts/coverage_monitor_summary.js |
Adds a new weekly coverage monitor summary contract + markdown generator combining monitor reports. |
.github/scripts/bot_comment_auth_coverage.js |
Adds wrapper/reusable invocation fields and improves organic evidence reporting (skipped vs missing requirements). |
Comment on lines
+603
to
+608
| return { | ||
| "count": len(parse_error_details), | ||
| "by_artifact_family": dict(sorted(family_counts.items())), | ||
| "by_artifact": dict(sorted(artifact_counts.items())), | ||
| "by_reason": dict(sorted(reason_counts.items())), | ||
| "details": [detail.as_dict() for detail in parse_error_details], |
Comment on lines
+258
to
+267
| - name: Upload wrapper terminal disposition | ||
| if: always() | ||
| uses: actions/upload-artifact@v7 | ||
| with: | ||
| name: review-thread-terminal-disposition-${{ github.run_id }} | ||
| path: | | ||
| agent-metrics/review-thread-terminal-disposition.ndjson | ||
| terminal-disposition-summary.md | ||
| if-no-files-found: error | ||
| retention-days: 14 |
Comment on lines
+212
to
+216
| run: | | ||
| mkdir -p agent-metrics | ||
| node <<'NODE' | ||
| const fs = require('fs'); | ||
| const helperPath = './.github/scripts/terminal_disposition.js'; |
This was referenced Apr 26, 2026
This was referenced Apr 26, 2026
17 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Manifest:
.github/sync-manifest.yml